home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPRINTSINGLEDIALOG / TPRINTSINGLEDIALOG.txt < prev   
Text File  |  2001-10-17  |  977b  |  44 lines

  1. object PrintSingleDialog: TPrintSingleDialog
  2.   Left = 306
  3.   Top = 121
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing single image'
  7.   ClientHeight = 57
  8.   ClientWidth = 472
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 12
  22.     Top = 12
  23.     Width = 32
  24.     Height = 32
  25.     Picture.Data = {<image001.ico>}
  26.     Stretch = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 56
  30.     Top = 16
  31.     Width = 400
  32.     Height = 28
  33.     AutoSize = False
  34.     Caption = 'PrintSingleDialog (Unit23.cpp)'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     WordWrap = True
  42.   end
  43. end
  44.